Add wrapper for ease of invoking valgrind.
authorrobertl <robertl>
Wed, 22 Jun 2005 22:53:24 +0000 (22:53 +0000)
committerrobertl <robertl>
Wed, 22 Jun 2005 22:53:24 +0000 (22:53 +0000)
vtesto [new file with mode: 0755]

diff --git a/vtesto b/vtesto
new file mode 100755 (executable)
index 0000000..396b099
--- /dev/null
+++ b/vtesto
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#
+# Run our testsuite under valgrind.  Mostly it complains about core GNU libc
+# functions, but it does actually help find interesting stuff in our own code
+# from time to time.
+#
+
+PNAME="valgrind -q ./gpsbabel" ./testo